home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / work.dir / 00856.ls < prev    next >
Encoding:
Text File  |  1995-03-27  |  149 b   |  10 lines

  1. on exitFrame
  2.   global gStart, gEnd
  3.   set gFrame to (the timer / 13) + gStart
  4.   if gFrame > gEnd then
  5.     go(gEnd)
  6.   else
  7.     go(gFrame)
  8.   end if
  9. end
  10.